home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
s_to_z
/
videolab
/
test.exe
/
0
/
RCDATA
/
TFORMAUDIO
/
TFORMAUDIO.txt
Wrap
Text File
|
1996-09-15
|
2KB
|
121 lines
object FormAudio: TFormAudio
Left = 325
Top = 105
Width = 297
Height = 180
Caption = 'Set Audio Format'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object GroupBoxSamle: TGroupBox
Left = 8
Top = 8
Width = 97
Height = 65
Caption = 'Sample Size'
TabOrder = 0
object rb8bit: TRadioButton
Left = 8
Top = 16
Width = 73
Height = 17
Caption = '&8 bit'
TabOrder = 0
end
object rb16bit: TRadioButton
Left = 8
Top = 40
Width = 73
Height = 17
Caption = '1&6 Bit'
TabOrder = 1
end
end
object GroupBoxChannels: TGroupBox
Left = 8
Top = 80
Width = 97
Height = 65
Caption = 'Channels'
TabOrder = 1
object rbMono: TRadioButton
Left = 8
Top = 16
Width = 81
Height = 17
Caption = '&Mono'
TabOrder = 0
end
object rbStereo: TRadioButton
Left = 8
Top = 40
Width = 81
Height = 17
Caption = '&Stereo'
TabOrder = 1
end
end
object GroupBoxFrequency: TGroupBox
Left = 120
Top = 8
Width = 81
Height = 137
Caption = '&Frequency'
TabOrder = 2
object rb11khz: TRadioButton
Left = 8
Top = 40
Width = 65
Height = 17
Caption = '11 kHz'
TabOrder = 1
end
object rb22khz: TRadioButton
Left = 8
Top = 64
Width = 65
Height = 17
Caption = '22 kHz'
TabOrder = 2
end
object rb44khz: TRadioButton
Left = 8
Top = 88
Width = 65
Height = 17
Caption = '44 kHz'
TabOrder = 3
end
object rb8khz: TRadioButton
Left = 8
Top = 16
Width = 65
Height = 17
Caption = '8 kHz'
TabOrder = 0
end
end
object btOK: TButton
Left = 216
Top = 16
Width = 65
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object btCancel: TButton
Left = 216
Top = 56
Width = 65
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
end